• Running Queries Across Many SQL Server Databases

    Updated: 2023-07-31 18:07:47
    A challenge that reappears periodically in the world of databases (especially database management) is the need to run code on a subset of databases and to do so in a nuanced manner. Some maintenance or metrics collection processes can be simply run against every database on a server with no ill-effect, but others may be … The post Running Queries Across Many SQL Server Databases appeared first on Simple Talk.

  • SQL Tuning Set in Oracle

    Updated: 2023-07-31 03:06:00
    A SQL Tuning Set (STS) in Oracle is a database object that includes one or more SQL statements along with their execution statistics and context. It provides a means to store SQL statements for future use, such as input to the SQL Tuning Advisor or SQL Access Advisor, capturing workloads to move them from one […] The post SQL Tuning Set in Oracle appeared first on Techgoeasy.

  • Unmasking SQL Server Dynamic Data Masking, Part 5, Mitigations and Summary

    Updated: 2023-07-30 18:55:12
    This is the fifth and final part of this series on SQL Server Dynamic Data Masking. The first part in the series was a brief introduction to dynamic data masking, completing solutions, and use cases. The second part covered setting up masking and some examples. The third and fourth sections explored side channel attacks against … The post Unmasking SQL Server Dynamic Data Masking, Part 5, Mitigations and Summary appeared first on Simple Talk.

  • Exporting data from a MySQL database using SELECT…INTO OUTFILE

    Updated: 2023-07-27 16:25:19
    In the previous article in this series, I introduced you to the MySQL LOAD DATA statement, which lets you retrieve data from a plain text file and insert it into a table. In this article, I cover the SELECT…INTO OUTFILE statement, a type of SELECT statement that includes the INTO OUTFILE clause. The clause lets … The post Exporting data from a MySQL database using SELECT…INTO OUTFILE appeared first on Simple Talk.

  • What is Microsoft Fabric?

    Updated: 2023-07-25 05:00:00
    This article discusses what Microsoft Fabric is and is not and how this impacts things such as Azure Data Factory, Azure Synapse Analytics, and Power BI.

  • Querying PostgreSQL: Learning PostgreSQL with Grant

    Updated: 2023-07-24 18:55:58
    Writing queries to retrieve the data from a database is probably the single most common task when it comes to working with data. Working with data in PostgreSQL is no exception. Further, PostgreSQL has an incredibly rich, wide, and varied set of mechanisms for retrieving data. From standard SELECT… FROM… WHERE to windowing functions and … The post Querying PostgreSQL: Learning PostgreSQL with Grant appeared first on Simple Talk.

  • GitHub Copilot for Azure Data Studio to Boost Database Development Productivity - Part 1

    Updated: 2023-07-24 05:00:00
    In this article, we will look at GitHub Copilot for Azure Data Studio to see if it is an AI-enabled tool that can boost our database development productivity.

  • Convert OUTER APPLY and CROSS APPLY Joins for Snowflake using LEFT JOINS

    Updated: 2023-07-21 05:00:00
    This article shows how you can convert OUTER APPLY and CROSS APPLY joins using LEFT JOINS in Snowflake since OUTER APPLY and CROSS APPLY are not supported.

  • Optimizing Queries in MySQL: Optimizing Updates

    Updated: 2023-07-20 15:53:30
    In the previous parts of these MySQL optimization series, we’ve told you how queries work on a high level, then dived deeper into the power of SELECT and INSERT statements. In this blog, I will cover some of the ways to optimize modifying your data too. UPDATE Queries – the Basics As the name of … The post Optimizing Queries in MySQL: Optimizing Updates appeared first on Simple Talk.

  • Using SQL Variables in SQL Server Code and Queries

    Updated: 2023-07-20 05:00:00
    In this article, you will learn various ways to utilize local variables while working with T-SQL code and queries.

  • Getting Started with Python and Jupyter Notebooks under VS Code

    Updated: 2023-07-20 05:00:00
    This tip is a step-by-step tutorial on installing Python and VS Code, configuring a virtual environment, and running a Jupyter Notebook. Use this tutorial to prepare for data analytics and data science work quickly.

  • Universal Data Integration Tools from CData

    Updated: 2023-07-20 05:00:00
    Universal real-time data integration is a serious technical and organizational challenge that supersedes the native SQL Server capabilities. CData has recognized these challenges and has delivered a universal data access solution via drivers for on-premises, custom, ERP, CRM and cloud applications. With CData installed, Developers are able to seamlessly access data across 240+ applications and database platforms with simplicity through the SQL language.

  • Adding Salesforce Connectivity to SQL Server

    Updated: 2023-07-20 05:00:00
    In this article we look at how to add real time, bidirectional connectivity between Salesforce and SQL Server using DBAmp from CData.

  • Salesforce and QuickBooks Integration to Snowflake via CData SSIS Connectors

    Updated: 2023-07-20 05:00:00
    Learn how to use CData connectors to easily connect SSIS to Salesforce and QuickBooks Online then load the data into a Snowflake data warehouse.

  • Analyze Live Data from Snowflake with SSAS and the CData ADO.NET Adaptor

    Updated: 2023-07-20 05:00:00
    Learn how to use the CData ADO.NET adaptor for Snowflake and SSAS Multidimensional to create a solution where users can connect live to Snowflake using tools like SSAS and Power BI.

  • Implicit Conversion Concerns for SQL Server Performance

    Updated: 2023-07-19 04:47:20
    This article explains how implicit conversions affect SQL query performance and cause the query optimizer to perform an index scan instead of index seek while searching for a specific value.

  • QR Code Generator Web Based App that uses SQL Server

    Updated: 2023-07-19 04:47:20
    This tip builds upon the QR Code generator web-based app that uses SQL Server by adding a process to scan employee QR codes.

  • A Beginners Guide to MySQL Replication Part 3: Multi-Source Replication

    Updated: 2023-07-18 11:06:32
    Welcome back to the world of MySQL Replication! If you’ve been following this series, thank you for your support! And if you’re new here, welcome! Before we dive in, I suggest checking out the first part of the series to get up to speed. In this article, we’ll explain multi-source replication in a way that’s … The post A Beginners Guide to MySQL Replication Part 3: Multi-Source Replication appeared first on Simple Talk.

  • Using Power Query to Combine Data from Multiple Sheets in Excel

    Updated: 2023-07-18 05:00:00
    This article shows how to use Power Query to combine data from multiple sheets in an Excel file.

  • Data Transfer from Azure Blob Storage to Snowflake Using Pipelines

    Updated: 2023-07-18 05:00:00
    This tip will cover two simple examples of copying data from Azure Blob Storage (or any other source) to Snowflake.

  • Tune SQL Server Query when Estimated Number of Rows is Incorrect

    Updated: 2023-07-17 05:00:00
    Learn about how SQL Server statistics might not always be used correctly for an execution plan and how you might be able to fix this issue when performance tuning.

  • Managing Test Data for Database Development

    Updated: 2023-07-17 00:11:28
    In coming up with a strategy for managing test data, first you need to understand what the many test requirements are likely to be for the particular database you are developing. Next, you need to create all the different categories of test data required to suite test requirements and, finally, work out how to manage … The post Managing Test Data for Database Development appeared first on Simple Talk.

  • PL-100 Certification Exam Preparation - Microsoft Power Platform App Maker

    Updated: 2023-07-13 05:00:00
    These resources will help you get prepared for Microsoft Power Platform App Maker exam PL-100 with links to books, courses, preparation material, and FAQs.

  • Introduction to AWS Tools for PowerShell to Administer Virtual Machines

    Updated: 2023-07-12 05:00:00
    Learn about various PowerShell commands that can be used to administer virtual machines on Amazon AWS.

  • Understanding Power BI Dataflows and Connect to Various Data Sources

    Updated: 2023-07-12 05:00:00
    In this article, I will walk through different applications using Power BI dataflows and how to connect with various data sources.

  • PostgreSQL Prepared Statements to Enhance the Performance of Frequently Used Queries

    Updated: 2023-07-11 05:00:00
    In PostgreSQL, utilizing a Prepared Statement can significantly enhance the performance of frequently used queries. This article offers a comprehensive guide on how to implement this feature effectively.

  • Azure Analysis Services: Revolutionary Solution for Advanced Data Analysis

    Updated: 2023-07-11 05:00:00
    This article delves into the various features and advantages of Azure Analysis Services, including its architecture, essential elements, and programming languages utilized for development.

  • Deployment Options for the Google Cloud Platform (GCP)

    Updated: 2023-07-10 05:00:00
    Read about the available deployment options in Google Cloud Platform GCP and how to choose the appropriate one for your apps.

  • Artificial Intelligence Features in Power BI - Part 1

    Updated: 2023-07-10 05:00:00
    In this tip, we'll give an overview of particular AI possibilities within Power BI.

  • New Command Line Tool go-sqlcmd for SQL Server

    Updated: 2023-07-06 04:57:52
    Learn about the new version of SQLCMD called go-sqlcmd which you can download and begin using to interact with SQL Server.

  • 5 Tips for Supporting Employee Health and Managing Turnover

    Updated: 2023-07-06 04:57:52
    Learn different methods and strategies for meeting employee needs and reducing employee turnover.

  • Azure SQL Managed Instance vs. Azure SQL Database

    Updated: 2023-07-05 05:00:00
    In this article, I'll introduce you to Azure SQL Managed Instance and why you might want to use one over Azure SQL Database.

  • How to List First or Last n% Records Using NTILE() in SQL Server

    Updated: 2023-07-05 05:00:00
    Learn how to use the NTILE SQL function to group and rank datasets along with practical examples.

Current Feed Items | Previous Months Items

Jun 2023 | May 2023 | Apr 2023 | Mar 2023 | Feb 2023 | Jan 2023